Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bm gulp experiments #21

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Bm gulp experiments #21

wants to merge 10 commits into from

Conversation

Bianca-Morris
Copy link
Collaborator

@Bianca-Morris Bianca-Morris commented Oct 3, 2023

Changelog:

  • Update webpack config, dependencies, and gulp files to move SCSS -> CSS transpilation process to webpack
  • Delete outdated npm scripts that handle scss transpilation
  • Use webpack 5 clean prop to clean build directory before each build
    • Needed to move some things around in gitignore for this

Todos:

  • Need to check some of the more complex UIs -- things that involve Auth0Lock, for instance (since that code is split out of the main bundle)
  • Look more into the chunk hashing, build time stuff (does this serve a meaningful purpose? or is a vestige of some long forgotten time??? can be replaced with native webpack options? not sure)
  • Make some attempts at moving the rest of the dev build process out of gulp and to webpack
  • Look into what it would take to get hot re-loading working for SCSS, JS? Symlinked repos?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant